﻿2026-06-15T13:53:43.9189078Z ##[group]Run actions/checkout@v5
2026-06-15T13:53:43.9189340Z with:
2026-06-15T13:53:43.9189536Z   repository: SaberMage/spt-shell-notify
2026-06-15T13:53:43.9189778Z   path: .adapter-notify
2026-06-15T13:53:43.9191766Z   token: ***
2026-06-15T13:53:43.9192018Z   ssh-strict: true
2026-06-15T13:53:43.9194084Z   ssh-user: git
2026-06-15T13:53:43.9194370Z   persist-credentials: true
2026-06-15T13:53:43.9194657Z   clean: true
2026-06-15T13:53:43.9195054Z   sparse-checkout-cone-mode: true
2026-06-15T13:53:43.9195364Z   fetch-depth: 1
2026-06-15T13:53:43.9195617Z   fetch-tags: false
2026-06-15T13:53:43.9210194Z   show-progress: true
2026-06-15T13:53:43.9210422Z   lfs: false
2026-06-15T13:53:43.9210604Z   submodules: false
2026-06-15T13:53:43.9210783Z   set-safe-directory: true
2026-06-15T13:53:43.9210980Z env:
2026-06-15T13:53:43.9211189Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T13:53:43.9211427Z ##[endgroup]
2026-06-15T13:53:44.0877762Z Syncing repository: SaberMage/spt-shell-notify
2026-06-15T13:53:44.0879239Z ##[group]Getting Git version info
2026-06-15T13:53:44.0879663Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-15T13:53:44.0880235Z [command]/usr/bin/git version
2026-06-15T13:53:44.0948128Z git version 2.43.0
2026-06-15T13:53:44.0966444Z ##[endgroup]
2026-06-15T13:53:44.0978002Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c1e7450c-b7f1-4191-9e82-88b10882ebd3' before making global git config changes
2026-06-15T13:53:44.0979256Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T13:53:44.0982011Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T13:53:44.1013146Z ##[group]Initializing the repository
2026-06-15T13:53:44.1016284Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T13:53:44.1043014Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-15T13:53:44.1043542Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-15T13:53:44.1043981Z hint: of your new repositories, which will suppress this warning, call:
2026-06-15T13:53:44.1044300Z hint: 
2026-06-15T13:53:44.1044550Z hint: 	git config --global init.defaultBranch <name>
2026-06-15T13:53:44.1044821Z hint: 
2026-06-15T13:53:44.1045073Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-15T13:53:44.1045482Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-15T13:53:44.1046061Z hint: 
2026-06-15T13:53:44.1046271Z hint: 	git branch -m <name>
2026-06-15T13:53:44.1048244Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-15T13:53:44.1056965Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-15T13:53:44.1081680Z ##[endgroup]
2026-06-15T13:53:44.1082009Z ##[group]Disabling automatic garbage collection
2026-06-15T13:53:44.1084141Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T13:53:44.1106627Z ##[endgroup]
2026-06-15T13:53:44.1107008Z ##[group]Setting up auth
2026-06-15T13:53:44.1111657Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T13:53:44.1133707Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T13:53:44.1339808Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T13:53:44.1363681Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T13:53:44.1544248Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T13:53:44.1570827Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T13:53:44.1759090Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T13:53:44.1787922Z ##[endgroup]
2026-06-15T13:53:44.1788294Z ##[group]Determining the default branch
2026-06-15T13:53:44.1790946Z Retrieving the default branch name
2026-06-15T13:53:44.5767900Z Default branch 'main'
2026-06-15T13:53:44.5768802Z ##[endgroup]
2026-06-15T13:53:44.5769478Z ##[group]Fetching the repository
2026-06-15T13:53:44.5773860Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-15T13:53:46.4724772Z From https://github.com/SaberMage/spt-shell-notify
2026-06-15T13:53:46.4725179Z  * [new branch]      main       -> origin/main
2026-06-15T13:53:46.4741182Z ##[endgroup]
2026-06-15T13:53:46.4741835Z ##[group]Determining the checkout info
2026-06-15T13:53:46.4744416Z ##[endgroup]
2026-06-15T13:53:46.4748731Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T13:53:46.4785694Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T13:53:46.4817168Z ##[group]Checking out the ref
2026-06-15T13:53:46.4820634Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T13:53:46.4860653Z Switched to a new branch 'main'
2026-06-15T13:53:46.4861132Z branch 'main' set up to track 'origin/main'.
2026-06-15T13:53:46.4865098Z ##[endgroup]
2026-06-15T13:53:46.4895269Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T13:53:46.4917809Z ee2d37eadc730c0019e0af82d683074c509634a2
